ASP.NET MVC Controls
Bind(IEnumerable<Object>,String) Method

The nodes data.
URL of the load action for lazy nodes. It is optional. When it is provided, the C1.Web.Mvc.TreeView control works in lazy loading mode. Otherwise, all the nodes will be loaded from data.
Loads the nodes from the specified data.
Syntax
'Declaration
 
Public Overloads Function Bind( _
   ByVal data As IEnumerable(Of Object), _
   Optional ByVal lazyLoadActionUrl As String _
) As TreeViewBuilder

Parameters

data
The nodes data.
lazyLoadActionUrl
URL of the load action for lazy nodes. It is optional. When it is provided, the C1.Web.Mvc.TreeView control works in lazy loading mode. Otherwise, all the nodes will be loaded from data.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback